home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 23
/
Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso
/
Aminet
/
text
/
edit
/
BlacksEditor.lha
/
BlacksEditor
/
Support
/
Lang_Ada83.dfn
< prev
next >
Wrap
Text File
|
1997-12-03
|
2KB
|
132 lines
;------------------------------------------------------------------------------
;
; $VER: Lang_Ada83.dfn 1.00 (23.6.96)
;
; This definition file contains definitions necessary to use Blacks Editor as
; an Ada 83 programmer's editor.
;
; Written by Marc Criley
; Adapted by Marco Negri
;
;------------------------------------------------------------------------------
DICTIONARY:
abort
abs
accept
access
all
and
array
at
begin
body
case
constant
declare
delay
delta
digits
do
else
elsif
end
entry
exception
exit
for
function
generic
goto
if
in
is
limited
loop
mod
new
not
null
of
or
others
out
package
pragma
private
procedure
raise
range
record
rem
renames
return
reverse
select
separate
subtype
task
terminate
then
type
use
when
while
with
xor
#
TEMPLATES:
"abort @;\n"
"abs (@)"
"accept @ () do\nend ;\n"
"access"
"array (@) of"
"begin\n"
"body is"
"case @ is\nend case;\n"
"constant"
"declare\n"
"delay @;\n"
"delta @"
"digits @"
"else\n"
"elsif @ then\n"
"end ;\n"
"entry @ ();\n"
"exception"
"exit"
"for @ in loop\nend loop;\n"
"function @ () return "
"generic\n"
"goto @\n"
"if @ then\nend if;\n"
"limited private;\n"
"loop\n @\nend loop;\n"
"others => @"
"package @ is\n"
"pragma @;\n"
"private"
"procedure @ () "
"raise @;\n"
"range @ .. "
"record\n @\nend record;\n"
"renames @;"
"return"
"reverse"
"select\n @\nend select;\n"
"separate"
"subtype @ is ;\n"
"task @"
"terminate;\n"
"then\n"
"type @ is ;\n"
"use"
"when @ =>"
"while @ loop\nend loop;\n"
"with @"
#